gtk: don't always invalidate spinbuttons on each leave_notify()
authorMichael Natterer <mitch@gimp.org>
Wed, 16 Feb 2011 17:39:33 +0000 (18:39 +0100)
committerMichael Natterer <mitch@gimp.org>
Wed, 16 Feb 2011 17:42:18 +0000 (18:42 +0100)
commit68d176d80bf148f7a391dbc73fb0c9ee4111fa9f
tree6979d7e8c8f3d4a5c33ba2299f20fbf10ed4d2c5
parent97d1f1d16f5ddb185eec3aaf7c8387216d73f095
gtk: don't always invalidate spinbuttons on each leave_notify()

but only when an arrow was prelighted. Also, chain up unconditonally
in enter_notify() and leave_notify() because GtkEntry implements them
too.
gtk/gtkspinbutton.c